#!/bin/sh
#
# remove the installer tmp file and the package receipt
#

if [ -r /private/tmp/uninstall-documentation ] ; then
	rm -f /private/tmp/uninstall-documentation
fi

if [ -r /Library/Receipts/Lasso_Pro_8_Docs.pkg ] ; then
	rm -Rf /Library/Receipts/Lasso_Pro_8_Docs.pkg
fi
